PowerTCP Mail for .NET
Add Method (PartCollection<T>)




The Resource to add to the Multipart.
Adds the specified part to Parts.
Syntax
Public Shadows Sub Add( _
   ByVal part As T _
) 
Dim instance As PartCollection(Of T)
Dim part As T
 
instance.Add(part)
public new void Add( 
   T part
)
public: new void Add( 
   T* part
) 
public:
new void Add( 
   T^ part
) 

Parameters

part
The Resource to add to the Multipart.
See Also

Reference

PartCollection<T> Class
PartCollection<T> Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic